Good knowledge about Sprites, Backdrops, Costumes, Variables and Operators.
Exercises
Exercise:1
There will be 4 sprites (representing persons) on the screen. One of the sprites will ask the name of the person. Then the control needs to jump to the specified person sprite and that person/sprite will introduce themselves.(Here you have to use broadcast to choose the person).
Teachers should recall all the blocks that you have taught in previous lessons.
Teachers should help Students use the Broadcast control and perform various activities which will improve their computational thinking.
Teachers should explain that timing between sprites can be done using wait or using broadcast messages. Teachers can explain why broadcasting is better. This way change in one portion of the story will not affect other things. Also errors in timing (if the system is busy) will not add up.
Teacher should explain the difference between the broadcast and broadcast wait.